home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 1107 / inst95.bat < prev    next >
Encoding:
DOS Batch File  |  1996-09-09  |  935 b   |  40 lines

  1. @echo off
  2. if not "%winbootdir%"=="" goto INST
  3.   echo This Batch file requires a Windows 95 compatible OS.
  4.   goto end
  5. :INST
  6. cls
  7. echo.
  8. echo Hubi's MIDILoopBack V 2.4 Installation Wizard
  9. echo (m) 1996 Batchware
  10. echo.
  11. echo.
  12. echo.
  13. echo If you don't want to install now press Ctrl+C or...
  14. pause
  15. echo Last Chance to abort ? 
  16. echo.
  17. pause
  18. echo OK, lets go on.
  19. cls
  20. echo Goto Hardware Wizard Dialog, Click Continue button...
  21. echo.
  22. echo say NO to automatic check... continue
  23. echo.
  24. echo select AUDIO, VIDEO and GAME controller,...  continue
  25. echo.
  26. echo say HAVE DISK
  27. echo.
  28. echo And now, goto:
  29. cd
  30. echo.
  31. echo if you enter this directory, an entry
  32. echo "  Hubis LoopBack V2.4" 
  33. echo will be selected. Press OK
  34. echo.
  35. echo Click continue to finish installation
  36. echo if all is OK, configuration shows up.
  37. echo Windows restart will be necessary
  38. @start /w %windir%\control.exe %windir%\system\sysdm.cpl Hardware
  39. :END
  40.